type runtime.ptrtype
18 uses
runtime (current package)
arena.go#L117: te := (*ptrtype)(unsafe.Pointer(t)).Elem
arena.go#L180: et := (*ptrtype)(unsafe.Pointer(t)).Elem
arena.go#L299: typ = (*ptrtype)(unsafe.Pointer(typ)).Elem
cgocall.go#L588: pt := (*ptrtype)(unsafe.Pointer(t))
heapdump.go#L226: func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) {
heapdump.go#L436: func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) {
mbitmap.go#L1824: et = (*ptrtype)(unsafe.Pointer(t)).Elem
mbitmap.go#L1961: n := (*ptrtype)(unsafe.Pointer(t)).Elem.Size_
mfinal.go#L64: ot *ptrtype // type of ptr to object (may be a heap pointer)
mfinal.go#L101: func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {
mfinal.go#L153: func iterate_finq(callback func(*funcval, unsafe.Pointer, uintptr, *_type, *ptrtype)) {
mfinal.go#L441: ot := (*ptrtype)(unsafe.Pointer(etyp))
mfinal.go#L509: if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
mheap.go#L2106: ot *ptrtype // May be a heap pointer, but always live.
mheap.go#L2110: func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {
type.go#L413: type ptrtype = abi.PtrType
type.go#L611: pt := (*ptrtype)(unsafe.Pointer(t))
type.go#L612: pv := (*ptrtype)(unsafe.Pointer(v))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |